var internal/runtime/exithook.runGoid

4 uses

	internal/runtime/exithook (current package)
		hooks.go#L32: 	runGoid atomic.Uint64
		hooks.go#L58: 		if Goid() == runGoid.Load() {
		hooks.go#L64: 	runGoid.Store(Goid())
		hooks.go#L65: 	defer runGoid.Store(0)